home *** CD-ROM | disk | FTP | other *** search
/ Aminet 35 / Aminet 35 (2000)(Schatztruhe)[!][Feb 2000].iso / Aminet / dev / gui / gui4cli.lha / Gui4Cli / Ext / Exmpl_src / 2_GCHost / talk.gc < prev   
Encoding:
Gui4CLI script  |  1999-06-16  |  220 b   |  15 lines

  1. G4C
  2.  
  3. xonload
  4. guiquit talk.gc
  5.  
  6. ; do our menu of commands..
  7. call MyPort GUIS
  8. call MyPort ARGS one two three four five six
  9. call MyPort HELLO
  10.  
  11. ; show the return value..
  12. say 'GCHost returned : $$call.ret\n'
  13.  
  14. call MyPort QUIT
  15.